| Class | Description |
|---|---|
| BigDecProp |
A
BigDecimal configuration Property |
| BigDecProp.BigDecBuilder |
Build a BigDecProp
|
| BolProp |
A
Boolean configuration Property |
| BolProp.BolBuilder | |
| DblProp |
A
BigDecimal configuration Property |
| DblProp.DblBuilder | |
| FlagProp |
A True/False switch that is never null and behaves similarly to a 'nix
cmd line switch when used on command line.
|
| FlagProp.FlagBuilder | |
| IntProp |
An
Integer configuration Property |
| IntProp.IntBuilder | |
| LngProp |
A
Long configuration Property |
| LngProp.LngBuilder | |
| LocalDateTimeProp |
A
LocalDateTime configuration Property |
| LocalDateTimeProp.LocalDateTimeBuilder | |
| PropertyBase<T> |
Base property implementation that handles most of state information and common methods.
|
| PropertyBuilderBase<B extends PropertyBuilderBase,P extends Property<T>,T> |
A generic PropertyBuilder class which needs to be fully implemented as an
inner class in each Property implementation.
|
| QuotedSpacePreservingTrimmer |
This trimmer trims to null and treats double quotes as whitespace
preserving markers.
|
| StrProp |
A
String configuration Property |
| StrProp.StrBuilder | |
| TrimToNullTrimmer |
This trimmer trims to null.
|
Copyright © 2022. All rights reserved.