Class DoubleLensDefn

  • All Implemented Interfaces:
    LensDefn<java.lang.Double>

    public class DoubleLensDefn
    extends java.lang.Object
    implements LensDefn<java.lang.Double>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleLensDefn()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <J> Lens<J,​java.lang.Double> asLens​(JsonParserAndWriter<J> json)  
      java.lang.String asString()  
      java.lang.String name()  
      • Methods inherited from class java.lang.Object

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

      • name

        public final java.lang.String name
    • Constructor Detail

      • DoubleLensDefn

        public DoubleLensDefn()
    • Method Detail

      • name

        public java.lang.String name()
        Specified by:
        name in interface LensDefn<java.lang.Double>
      • asString

        public java.lang.String asString()
        Specified by:
        asString in interface LensDefn<java.lang.Double>