public class SchemaWrapperFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
MAPPER |
| Modifier and Type | Method and Description |
|---|---|
static SchemaWrapper |
createArrayRefWrapper(RefSchemaWrapper refSchemaWrapper) |
static SchemaWrapper |
createArrayWrapper(Class<?> type,
Class<?> parametrizedType,
boolean ignoreProperties) |
static SchemaWrapper |
createArrayWrapper(Class<?> type,
Class<?> parametrizedType,
Set<ManagedReference> managedReferences,
boolean ignoreProperties) |
static SchemaWrapper |
createArrayWrapper(Class<?> type,
Type propertyType,
Set<ManagedReference> managedReferences,
String relativeId,
boolean ignoreProperties) |
static SchemaWrapper |
createWrapper(Type propertyType) |
static SchemaWrapper |
createWrapper(Type propertyType,
Set<ManagedReference> managedReferences) |
static SchemaWrapper |
createWrapper(Type type,
Set<ManagedReference> managedReferences,
String relativeId,
boolean ignoreProperties) |
public static SchemaWrapper createWrapper(Type propertyType)
public static SchemaWrapper createArrayWrapper(Class<?> type, Class<?> parametrizedType, boolean ignoreProperties)
public static SchemaWrapper createWrapper(Type propertyType, Set<ManagedReference> managedReferences)
public static SchemaWrapper createWrapper(Type type, Set<ManagedReference> managedReferences, String relativeId, boolean ignoreProperties)
public static SchemaWrapper createArrayWrapper(Class<?> type, Class<?> parametrizedType, Set<ManagedReference> managedReferences, boolean ignoreProperties)
public static SchemaWrapper createArrayWrapper(Class<?> type, Type propertyType, Set<ManagedReference> managedReferences, String relativeId, boolean ignoreProperties)
public static SchemaWrapper createArrayRefWrapper(RefSchemaWrapper refSchemaWrapper)
Copyright © 2018. All rights reserved.