Uses of Enum Class
org.tquadrat.foundation.config.ap.impl.codebuilders.CodeBuilderBase.StringConverterInstantiation
Packages that use CodeBuilderBase.StringConverterInstantiation
Package
Description
The builders for the various code fragments that finally make up the
configuration bean.
-
Uses of CodeBuilderBase.StringConverterInstantiation in org.tquadrat.foundation.config.ap.impl.codebuilders
Methods in org.tquadrat.foundation.config.ap.impl.codebuilders that return CodeBuilderBase.StringConverterInstantiationModifier and TypeMethodDescriptionprotected static final CodeBuilderBase.StringConverterInstantiationCodeBuilderBase.determineStringConverterInstantiation(TypeName stringConverterClass, boolean isEnum) Determines how to instantiate the given implementation ofStringConverter.Returns the enum constant of this class with the specified name.CodeBuilderBase.StringConverterInstantiation.values()Returns an array containing the constants of this enum class, in the order they are declared.
