public static class SerializerFormatDefinition.FieldDefinition extends Object
| Constructor and Description |
|---|
FieldDefinition(String name,
SerializerFormatDefinition definition,
Type type,
Annotation[] hints) |
| Modifier and Type | Method and Description |
|---|---|
SerializerFormatDefinition |
getDefinition() |
Annotation[] |
getHints() |
String |
getName() |
Type |
getType() |
public FieldDefinition(String name, SerializerFormatDefinition definition, Type type, Annotation[] hints)
public String getName()
public SerializerFormatDefinition getDefinition()
public Type getType()
public Annotation[] getHints()
Copyright © 2016. All rights reserved.