public class TypeBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.databind.JavaType |
_implementedType |
Constructor and Description |
---|
TypeBuilder(com.fasterxml.jackson.databind.JavaType type) |
Modifier and Type | Method and Description |
---|---|
byte[] |
buildAbstractBase(String className)
Method that generates byte code for class that implements abstract
types requested so far.
|
protected final com.fasterxml.jackson.databind.JavaType _implementedType
public byte[] buildAbstractBase(String className)
className
- Fully-qualified name of the class to generateCopyright © 2014–2017 FasterXML. All rights reserved.