| Fields inherited from class | Fields |
|---|---|
interface Ordered |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String[] |
getArtefactTypes()Which type of Artefacts to injector |
|
public int |
getOrder()Get the order of this injector |
|
public Class<?> |
getTrait()Get the Trait to inject |
|
public boolean |
supports(ClassNode classNode)Check TraitInjector supports classNode to inject |
Which type of Artefacts to injector
Get the order of this injector
Get the Trait to inject
Check TraitInjector supports classNode to inject
classNode - The classNode to check