public class Normalizer extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CONFIG_SUPER_TYPES
Property name referencing a comma-delimited list of types whose subclasses/implementations should be normalized,
 e.g. 
 | 
static String | 
CONFIG_TARGET_PACKAGE
Property name referencing a package name to which merged types should be added. 
 | 
static String | 
CONFIG_WEAVER
Configuration prefix for this  
Weaver. | 
| Constructor and Description | 
|---|
Normalizer(WeaveEnvironment env)
Create a new  
Normalizer instance. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
normalize(Scanner scanner)
Normalize the classes found using the specified  
Scanner. | 
public static final String CONFIG_WEAVER
Weaver.public static final String CONFIG_SUPER_TYPES
javax.enterprise.util.TypeLiteral.public static final String CONFIG_TARGET_PACKAGE
public Normalizer(WeaveEnvironment env)
Normalizer instance.env - WeaveEnvironmentCopyright © 2018 The Apache Software Foundation. All rights reserved.