Class XMLGregorianCalendarGenerator
java.lang.Object
org.instancio.internal.generator.AbstractGenerator<XMLGregorianCalendar>
org.instancio.internal.generator.xml.XMLGregorianCalendarGenerator
- All Implemented Interfaces:
Generator<XMLGregorianCalendar>,GeneratorSpec<XMLGregorianCalendar>,NullableGeneratorSpec<XMLGregorianCalendar>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the public API method name of the generator spec.protected XMLGregorianCalendartryGenerateNonNull(Random random) Makes the best effort to return a non-null value.Methods inherited from class org.instancio.internal.generator.AbstractGenerator
generate, getContext, hints, isNullable, nullable, nullable
-
Constructor Details
-
XMLGregorianCalendarGenerator
-
-
Method Details
-
apiMethod
Description copied from class:AbstractGeneratorReturns the public API method name of the generator spec. The returned name is used for reporting validation errors.- Specified by:
apiMethodin classAbstractGenerator<XMLGregorianCalendar>- Returns:
- spec name if defined, or
nullotherwise
-
tryGenerateNonNull
Description copied from class:AbstractGeneratorMakes the best effort to return a non-null value. However, in certain cases this method will produce anull.- Specified by:
tryGenerateNonNullin classAbstractGenerator<XMLGregorianCalendar>- Parameters:
random- for generating the value- Returns:
- generated value, either a null or non-null
-