Package io.smallrye.config
Class ConfigMappingInterface.ToStringMethod
- java.lang.Object
-
- io.smallrye.config.ConfigMappingInterface.Property
-
- io.smallrye.config.ConfigMappingInterface.ToStringMethod
-
- Enclosing class:
- ConfigMappingInterface
public static final class ConfigMappingInterface.ToStringMethod extends ConfigMappingInterface.Property
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
generate()
boolean
isToStringMethod()
-
Methods inherited from class io.smallrye.config.ConfigMappingInterface.Property
asCollection, asDefaultMethod, asGroup, asLeaf, asMap, asMayBeOptional, asOptional, asPrimitive, equals, getMethod, getPropertyName, hasConvertWith, hashCode, hasPropertyName, isCollection, isDefaultMethod, isGroup, isLeaf, isMap, isMayBeOptional, isOptional, isParentPropertyName, isPrimitive
-
-
-
-
Method Detail
-
isToStringMethod
public boolean isToStringMethod()
- Overrides:
isToStringMethod
in classConfigMappingInterface.Property
-
generate
public boolean generate()
-
-