public abstract class JParameterizedMapper<T extends JMapperType>
extends java.lang.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 java.lang.Class |
getJsonClass()
getJsonClass
|
T |
getKey()
Getter for the field
key. |
protected abstract java.lang.Class |
getKeyClass()
getKeyClass
|
protected abstract java.lang.Class |
getMainClass()
getMainClass
|
public T getKey()
Getter for the field key.
public T getJson()
Getter for the field json.
protected abstract java.lang.Class getMainClass()
getMainClass
Class object.protected abstract java.lang.Class getKeyClass()
getKeyClass
Class object.protected abstract java.lang.Class getJsonClass()
getJsonClass
Class object.public com.squareup.javapoet.CodeBlock getInstance()
getInstance
CodeBlock object.Copyright © 2018. All Rights Reserved.