Class BinaryGenerator<Context extends GeneratorContext<Context>>

  • All Implemented Interfaces:
    Generator<Context,​net.morimekta.util.Binary>

    public class BinaryGenerator<Context extends GeneratorContext<Context>>
    extends java.lang.Object
    implements Generator<Context,​net.morimekta.util.Binary>
    Default generator for binary fields.
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryGenerator()  
    • Method Summary

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

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

      • BinaryGenerator

        public BinaryGenerator()
    • Method Detail

      • generate

        public net.morimekta.util.Binary generate​(Context ctx)
        Specified by:
        generate in interface Generator<Context extends GeneratorContext<Context>,​net.morimekta.util.Binary>
        Parameters:
        ctx - The generator to use for internal values.
        Returns:
        The generated value.