Uses of Enum
de.xima.fc.mdl.enums.EExportContext
Packages that use EExportContext
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EExportContext in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EExportContextModifier and TypeMethodDescriptionstatic EExportContext
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 EExportContextConstructors in de.xima.fc.serialize.gson.type with parameters of type EExportContextModifierConstructorDescriptionEntityTypeAdapter
(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<Object> type, EExportContext exportContext, org.jasypt.encryption.StringEncryptor encryptor) Deprecated.