Modifier and Type | Method and Description |
---|---|
MappingDefinition |
DefinitionsFactoryImpl.getDefinition(Class<?> clazz) |
MappingDefinition |
DefinitionsFactory.getDefinition(Class<?> clazz)
Returns a definition for the sepcified Class reference.
|
MappingDefinition |
DefinitionsFactoryImpl.getDefinition(MetaClass clazz) |
MappingDefinition |
DefinitionsFactory.getDefinition(MetaClass clazz)
Returns a definition for the specified
MetaClass reference. |
MappingDefinition |
DefinitionsFactoryImpl.getDefinition(String clazz) |
MappingDefinition |
DefinitionsFactory.getDefinition(String clazz)
Returns a definition for the fully-qualified class name provided.
|
Modifier and Type | Method and Description |
---|---|
Collection<MappingDefinition> |
DefinitionsFactoryImpl.getMappingDefinitions() |
Collection<MappingDefinition> |
DefinitionsFactory.getMappingDefinitions()
Returns a collection of all registered mapping definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
DefinitionsFactoryImpl.addDefinition(MappingDefinition definition) |
void |
DefinitionsFactory.addDefinition(MappingDefinition definition)
Registers a mapping definition with the factory
|
void |
DefinitionsFactoryImpl.mergeDefinition(MappingDefinition def) |
void |
DefinitionsFactory.mergeDefinition(MappingDefinition def)
Merge the specified definition with any existing definitions in the specified definitions class hierarchy.
|
Modifier and Type | Method and Description |
---|---|
static MappingDefinition |
DefaultJavaDefinitionMapper.map(MetaClass toMap,
DefinitionsFactory definitionsFactory) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJavaMappingStrategy.marshallToJSON(BlockBuilder<?> builder,
MetaClass toType,
MappingDefinition definition,
ClassStructureBuilder classStructureBuilder,
BlockBuilder<?> initMethod) |
Modifier and Type | Class and Description |
---|---|
class |
StackTraceElementDefinition |
class |
ThrowableDefinition |
Constructor and Description |
---|
DefaultDefinitionMarshaller(MappingDefinition definition) |
Modifier and Type | Class and Description |
---|---|
class |
SecurityExceptionMapping
This custom mapping prevents marshalling issues with the JDK 7.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.