| Package | Description |
|---|---|
| com.github.reinert.jjschema.v1 |
| Modifier and Type | Method and Description |
|---|---|
ManagedReference |
PropertyWrapper.getManagedReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CustomSchemaWrapper.pullReference(ManagedReference managedReference) |
boolean |
CustomSchemaWrapper.pushReference(ManagedReference managedReference) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaWrapper |
SchemaWrapperFactory.createArrayWrapper(Class<?> type,
Class<?> parametrizedType,
Set<ManagedReference> managedReferences,
boolean ignoreProperties) |
static SchemaWrapper |
SchemaWrapperFactory.createArrayWrapper(Class<?> type,
Type propertyType,
Set<ManagedReference> managedReferences,
String relativeId,
boolean ignoreProperties) |
protected SchemaWrapper |
PropertyWrapper.createArrayWrapper(Set<ManagedReference> managedReferences,
Type propertyType,
Class<?> collectionType,
String relativeId1) |
protected SchemaWrapper |
PropertyWrapper.createWrapper(Set<ManagedReference> managedReferences,
Type genericType,
String relativeId1) |
static SchemaWrapper |
SchemaWrapperFactory.createWrapper(Type propertyType,
Set<ManagedReference> managedReferences) |
static SchemaWrapper |
SchemaWrapperFactory.createWrapper(Type type,
Set<ManagedReference> managedReferences,
String relativeId,
boolean ignoreProperties) |
| Constructor and Description |
|---|
ArraySchemaWrapper(Class<?> type,
Class<?> parametrizedType,
Set<ManagedReference> managedReferences,
boolean ignoreProperties) |
ArraySchemaWrapper(Class<?> type,
Type propertyType,
Set<ManagedReference> managedReferences,
String relativeId,
boolean ignoreProperties) |
CustomSchemaWrapper(Type type,
Set<ManagedReference> managedReferences,
boolean ignoreProperties) |
CustomSchemaWrapper(Type type,
Set<ManagedReference> managedReferences,
String relativeId,
boolean ignoreProperties) |
PropertyWrapper(CustomSchemaWrapper ownerSchemaWrapper,
Set<ManagedReference> managedReferences,
Method method,
Field field) |
Copyright © 2018. All rights reserved.