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 booleangenerate()booleanisToStringMethod()-
Methods inherited from class io.smallrye.config.ConfigMappingInterface.Property
asCollection, asDefaultMethod, asGroup, asLeaf, asMap, asMayBeOptional, asOptional, asPrimitive, equals, getDefaultValue, getMemberName, getMethod, getPropertyName, getPropertyName, hasConvertWith, hasDefaultValue, hashCode, hasPropertyName, isCollection, isDefaultMethod, isGroup, isLeaf, isMap, isMayBeOptional, isOptional, isParentPropertyName, isPrimitive
-
-
-
-
Method Detail
-
isToStringMethod
public boolean isToStringMethod()
- Overrides:
isToStringMethodin classConfigMappingInterface.Property
-
generate
public boolean generate()
-
-