Uses of Interface
org.tquadrat.foundation.config.ap.impl.SpecialPropertySpec
Packages that use SpecialPropertySpec
Package
Description
The internal implementations.
The builders for the various code fragments that finally make up the
configuration bean.
The implementations for
SpecialPropertySpec.-
Uses of SpecialPropertySpec in org.tquadrat.foundation.config.ap.impl
Fields in org.tquadrat.foundation.config.ap.impl with type parameters of type SpecialPropertySpecModifier and TypeFieldDescriptionprivate static final Map<SpecialPropertyType, SpecialPropertySpec> CodeGenerator.m_SpecialPropertiesThe special properties.Methods in org.tquadrat.foundation.config.ap.impl that return SpecialPropertySpecModifier and TypeMethodDescriptionstatic final SpecialPropertySpecCodeGenerator.getSpecialPropertySpecification(SpecialPropertyType type) Returns the definition for the special property type. -
Uses of SpecialPropertySpec in org.tquadrat.foundation.config.ap.impl.codebuilders
Methods in org.tquadrat.foundation.config.ap.impl.codebuilders that return SpecialPropertySpecModifier and TypeMethodDescriptiondefault SpecialPropertySpecCodeGeneratorContext.retrieveSpecialPropertySpecification(SpecialPropertyType type) Returns the definition for the special property type. -
Uses of SpecialPropertySpec in org.tquadrat.foundation.config.ap.impl.specialprops
Classes in org.tquadrat.foundation.config.ap.impl.specialprops that implement SpecialPropertySpecModifier and TypeClassDescriptionfinal classThe implementation ofSpecialPropertySpecBaseforSpecialPropertyType.CONFIG_PROPERTY_CHARSET.final classThe implementation ofSpecialPropertySpecBaseforSpecialPropertyType.CONFIG_PROPERTY_CLOCK.final classThe implementation ofSpecialPropertySpecBaseforSpecialPropertyType.CONFIG_PROPERTY_LOCALE.final classThe implementation ofSpecialPropertySpecBaseforSpecialPropertyType.CONFIG_PROPERTY_MESSAGEPREFIX.final classThe implementation ofSpecialPropertySpecBaseforSpecialPropertyType.CONFIG_PROPERTY_PID.final classThe implementation ofSpecialPropertySpecBaseforSpecialPropertyType.CONFIG_PROPERTY_RANDOM.final classThe implementation ofSpecialPropertySpecBaseforSpecialPropertyType.CONFIG_PROPERTY_RESOURCEBUNDLE.final classThe implementation ofSpecialPropertySpecBaseforSpecialPropertyType.CONFIG_PROPERTY_SESSION.(package private) classThe base class for the special property specifications.final classThe implementation ofSpecialPropertySpecBaseforSpecialPropertyType.CONFIG_PROPERTY_TIMEZONE.
