public static class FieldParser.IndexMetaSignature extends Object
| Modifier and Type | Field and Description |
|---|---|
com.squareup.javapoet.TypeName |
collectionElementType |
com.squareup.javapoet.TypeName |
mapKeyType |
com.squareup.javapoet.TypeName |
mapValueType |
com.squareup.javapoet.TypeName |
simpleType |
| Modifier and Type | Method and Description |
|---|---|
static FieldParser.IndexMetaSignature |
collectionElementType(com.squareup.javapoet.TypeName collectionElementType) |
static FieldParser.IndexMetaSignature |
mapType(com.squareup.javapoet.TypeName mapKeyType,
com.squareup.javapoet.TypeName mapValueType) |
static FieldParser.IndexMetaSignature |
simpleType(com.squareup.javapoet.TypeName simpleType) |
public final com.squareup.javapoet.TypeName collectionElementType
public final com.squareup.javapoet.TypeName mapKeyType
public final com.squareup.javapoet.TypeName mapValueType
public final com.squareup.javapoet.TypeName simpleType
public static FieldParser.IndexMetaSignature collectionElementType(com.squareup.javapoet.TypeName collectionElementType)
public static FieldParser.IndexMetaSignature mapType(com.squareup.javapoet.TypeName mapKeyType, com.squareup.javapoet.TypeName mapValueType)
public static FieldParser.IndexMetaSignature simpleType(com.squareup.javapoet.TypeName simpleType)
Copyright © 2012-2021. All Rights Reserved.