|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectorg.grails.plugin.resource.mapper.MapperPhase
enum MapperPhase
The ORDERED phases of mapper execution. Change the order, you break everything.
Enum Constant Summary | |
---|---|
ABSOLUTISATION
|
|
AGGREGATION
|
|
ALTERNATEREPRESENTATION
|
|
COMPRESSION
|
|
DISTRIBUTION
|
|
GENERATION
|
|
LINKNORMALISATION
|
|
LINKREALISATION
|
|
MUTATION
|
|
NOTIFICATION
|
|
RENAMING
|
Method Summary | |
---|---|
MapperPhase
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
MapperPhase[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Enum Constant Detail |
---|
MapperPhase ABSOLUTISATION
MapperPhase AGGREGATION
MapperPhase ALTERNATEREPRESENTATION
MapperPhase COMPRESSION
MapperPhase DISTRIBUTION
MapperPhase GENERATION
MapperPhase LINKNORMALISATION
MapperPhase LINKREALISATION
MapperPhase MUTATION
MapperPhase NOTIFICATION
MapperPhase RENAMING
Method Detail |
---|
MapperPhase valueOf(java.lang.String name)
MapperPhase[] values()
Groovy Documentation