Modifier and Type | Field and Description |
---|---|
protected Map<String,AnnotationBasedIntrospector.APropBuilder> |
AnnotationBasedIntrospector._props |
Modifier and Type | Method and Description |
---|---|
protected AnnotationBasedIntrospector.APropBuilder |
AnnotationBasedIntrospector._findAndRemoveByName(String name)
Helper method for locating a property (builder) identified by given name
(either primary, or secondary), and if found, removing from main properties
Map, returning.
|
protected AnnotationBasedIntrospector.APropBuilder |
AnnotationBasedIntrospector._propBuilder(String name) |
static AnnotationBasedIntrospector.APropBuilder |
AnnotationBasedIntrospector.APropBuilder.merge(AnnotationBasedIntrospector.APropBuilder b1,
AnnotationBasedIntrospector.APropBuilder b2) |
AnnotationBasedIntrospector.APropBuilder |
AnnotationBasedIntrospector.APropBuilder.withName(String newName) |
Modifier and Type | Method and Description |
---|---|
int |
AnnotationBasedIntrospector.APropBuilder.compareTo(AnnotationBasedIntrospector.APropBuilder o) |
static AnnotationBasedIntrospector.APropBuilder |
AnnotationBasedIntrospector.APropBuilder.merge(AnnotationBasedIntrospector.APropBuilder b1,
AnnotationBasedIntrospector.APropBuilder b2) |
Constructor and Description |
---|
APropBuilder(AnnotationBasedIntrospector.APropBuilder base,
String n) |
Copyright © 2020 FasterXML. All rights reserved.