public class TypeBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.JavaType |
_implementedType |
| Constructor and Description |
|---|
TypeBuilder(com.fasterxml.jackson.databind.JavaType _implementedType) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
buildAbstractBase(java.lang.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 TypeBuilder(com.fasterxml.jackson.databind.JavaType _implementedType)
public byte[] buildAbstractBase(java.lang.String className)
className - Fully-qualified name of the class to generate