public interface MappersChainBuilder
MappersChainBuilder interface.
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.CodeBlock |
getInstance(Element field)
Creates a CodeBlock for creating instances of all (de)serializers corresponding for given element.
|
com.squareup.javapoet.CodeBlock |
getInstance(TypeMirror fieldType)
Creates a CodeBlock for creating instances of all (de)serializers corresponding for given type.
|
com.squareup.javapoet.CodeBlock getInstance(Element field)
field - a Element object.CodeBlock object.com.squareup.javapoet.CodeBlock getInstance(TypeMirror fieldType)
fieldType - a TypeMirror object.CodeBlock object.Copyright © 2021. All rights reserved.