Class Factory<T>


  • public class Factory<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory​(Context context, java.lang.Class<T> clazz)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T create​(io.openapiprocessor.jsonschema.schema.Bucket target)  
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory​(Context context,
                       java.lang.Class<T> clazz)
    • Method Detail

      • create

        public T create​(io.openapiprocessor.jsonschema.schema.Bucket target)