public class TypeMappings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeMappings.Builder |
| Modifier and Type | Field and Description |
|---|---|
static TypeMapping |
BIG_DECIMAL |
static TypeMapping |
BIG_INTEGER |
static TypeMapping |
DATE_TIME |
static TypeMappings |
DEFAULT |
static List<TypeMapping> |
DEFAULT_MAPPINGS |
static TypeMapping |
ENUM |
static TypeMapping |
STRING |
| Constructor and Description |
|---|
TypeMappings(Iterable<TypeMapping> types) |
| Modifier and Type | Method and Description |
|---|---|
static TypeMappings.Builder |
builder() |
static TypeMappings.Builder |
builder(List<TypeMapping> mappings) |
TypeMapping |
getTypeMapping(Optional<org.javersion.path.PropertyPath> path,
LocalTypeDescriptor localTypeDescriptor) |
public static TypeMapping STRING
public static TypeMapping BIG_INTEGER
public static TypeMapping BIG_DECIMAL
public static TypeMapping ENUM
public static TypeMapping DATE_TIME
public static final List<TypeMapping> DEFAULT_MAPPINGS
public static final TypeMappings DEFAULT
public TypeMappings(Iterable<TypeMapping> types)
public static TypeMappings.Builder builder()
public static TypeMappings.Builder builder(List<TypeMapping> mappings)
public TypeMapping getTypeMapping(Optional<org.javersion.path.PropertyPath> path, LocalTypeDescriptor localTypeDescriptor)
Copyright © 2015. All rights reserved.