public class DescribeContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static DescribeContext |
DEFAULT |
| Constructor and Description |
|---|
DescribeContext(TypeMappings typeMappings) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeAsync(org.javersion.path.PropertyPath.SubPath path,
org.javersion.reflect.FieldDescriptor fieldDescriptor) |
void |
describeAsync(org.javersion.path.PropertyPath.SubPath path,
org.javersion.reflect.TypeDescriptor typeDescriptor) |
ValueType |
describeComponent(org.javersion.path.PropertyPath.SubPath path,
org.javersion.reflect.TypeDescriptor parent,
org.javersion.reflect.TypeDescriptor typeDescriptor) |
ValueType |
describeNow(org.javersion.path.PropertyPath.SubPath path,
org.javersion.reflect.FieldDescriptor fieldDescriptor) |
ValueType |
describeNow(org.javersion.path.PropertyPath.SubPath path,
org.javersion.reflect.TypeDescriptor typeDescriptor) |
org.javersion.path.Schema |
describeSchema(Class<?> rootClass) |
org.javersion.path.Schema |
describeSchema(org.javersion.reflect.TypeDescriptor rootType) |
public static final DescribeContext DEFAULT
public DescribeContext(TypeMappings typeMappings)
public org.javersion.path.Schema describeSchema(Class<?> rootClass)
public org.javersion.path.Schema describeSchema(org.javersion.reflect.TypeDescriptor rootType)
public void describeAsync(org.javersion.path.PropertyPath.SubPath path,
org.javersion.reflect.FieldDescriptor fieldDescriptor)
public void describeAsync(org.javersion.path.PropertyPath.SubPath path,
org.javersion.reflect.TypeDescriptor typeDescriptor)
public ValueType describeNow(org.javersion.path.PropertyPath.SubPath path, org.javersion.reflect.FieldDescriptor fieldDescriptor)
public ValueType describeNow(org.javersion.path.PropertyPath.SubPath path, org.javersion.reflect.TypeDescriptor typeDescriptor)
public ValueType describeComponent(org.javersion.path.PropertyPath.SubPath path, org.javersion.reflect.TypeDescriptor parent, org.javersion.reflect.TypeDescriptor typeDescriptor)
Copyright © 2015. All rights reserved.