Uses of Class
de.xima.fc.mdl.enums.EExportContext
-
Packages that use EExportContext Package Description de.xima.fc.annotations de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.serialize.gson.type -
-
Uses of EExportContext in de.xima.fc.annotations
Methods in de.xima.fc.annotations that return EExportContext Modifier and Type Method Description EExportContext[]
context()
-
Uses of EExportContext in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EExportContext Modifier and Type Method Description static EExportContext
EExportContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static EExportContext[]
EExportContext. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EExportContext in de.xima.fc.serialize.gson.type
Fields in de.xima.fc.serialize.gson.type declared as EExportContext Modifier and Type Field Description protected EExportContext
ATypeAdapter. exportContext
protected EExportContext
ATypeAdapter. exportContext
Constructors in de.xima.fc.serialize.gson.type with parameters of type EExportContext Constructor Description EntityTypeAdapter(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<Object> type, EExportContext exportContext, org.jasypt.encryption.StringEncryptor encryptor)
Deprecated.
-