public abstract class JParameterizedMapper<T extends JMapperType> extends Object
Abstract JParameterizedMapper class.
| Constructor and Description |
|---|
JParameterizedMapper(T key,
T json)
Constructor for JParameterizedMapper.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.CodeBlock |
getInstance()
getInstance
|
T |
getJson()
Getter for the field
json. |
protected abstract Class |
getJsonClass()
getJsonClass
|
T |
getKey()
Getter for the field
key. |
protected abstract Class |
getKeyClass()
getKeyClass
|
protected abstract Class |
getMainClass()
getMainClass
|
Copyright © 2017. All Rights Reserved.