Class BoolGenerator<Context extends GeneratorContext<Context>>

  • All Implemented Interfaces:
    Generator<Context,​java.lang.Boolean>

    public class BoolGenerator<Context extends GeneratorContext<Context>>
    extends java.lang.Object
    implements Generator<Context,​java.lang.Boolean>
    Default generator for bool fields.
    • Constructor Summary

      Constructors 
      Constructor Description
      BoolGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean generate​(Context ctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BoolGenerator

        public BoolGenerator()