Package org.symphonyoss.s2.canon.runtime
Class BooleanTypeDefBuilder<M>
- java.lang.Object
-
- org.symphonyoss.s2.canon.runtime.TypeDefBuilder<M,Boolean>
-
- org.symphonyoss.s2.canon.runtime.BooleanTypeDefBuilder<M>
-
public abstract class BooleanTypeDefBuilder<M> extends TypeDefBuilder<M,Boolean>
-
-
Constructor Summary
Constructors Constructor Description BooleanTypeDefBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mbuild(org.symphonyoss.s2.common.dom.json.JsonValue<?,?> jsonValue)Build an instance of the typedef class from the value provided by the given JsonValue.-
Methods inherited from class org.symphonyoss.s2.canon.runtime.TypeDefBuilder
build, toValue
-
-
-
-
Method Detail
-
build
public M build(@Nonnull org.symphonyoss.s2.common.dom.json.JsonValue<?,?> jsonValue)
Description copied from class:TypeDefBuilderBuild an instance of the typedef class from the value provided by the given JsonValue.- Specified by:
buildin classTypeDefBuilder<M,Boolean>- Parameters:
jsonValue- A JsonValue whose value is to be wrapped in a typedef.- Returns:
- an instance of the typedef class from the value provided by the given JsonValue.
-
-