Interface IConstantConstructor

  • All Superinterfaces:
    net.razorvine.pickle.IObjectConstructor
    All Known Implementing Classes:
    NullConstructor, TypeConstructor

    public interface IConstantConstructor
    extends net.razorvine.pickle.IObjectConstructor
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.Object construct()  
      • Methods inherited from interface net.razorvine.pickle.IObjectConstructor

        construct
    • Method Detail

      • construct

        default java.lang.Object construct()