Interface INullValueBuilder
- All Superinterfaces:
org.apache.commons.lang3.builder.Builder<Void>, ISubTypeValueBuilder<Void, INullValueBuilder>, IValueBuilder<Void>, IValueConfigurator
A
IValueBuilder for creating a null value.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface org.apache.commons.lang3.builder.Builder
buildMethods inherited from interface ISubTypeValueBuilder
value, whenBoolean, whenConst, whenFloat, whenInteger, whenList, whenMap, whenNull, whenRecord, whenString, whenTuple, whenUnion, whenVoid
-
Method Details
-
asThis
- Specified by:
asThisin interfaceISubTypeValueBuilder<Void, INullValueBuilder>- Returns:
- This instance.
-