Interface LensDefn<T>
-
- All Known Implementing Classes:
DoubleLensDefn,FirstItemInListDefn,IdentityDefn,IntegerLensDefn,ItemAsListDefn,ListLensDefn,SimpleListLensDefn,StringLensDefn,ViewLensDefn
public interface LensDefn<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <J> Lens<J,T>asLens(JsonParserAndWriter<J> json)java.lang.StringasString()java.lang.Stringname()
-
-
-
Method Detail
-
name
java.lang.String name()
-
asString
java.lang.String asString()
-
asLens
<J> Lens<J,T> asLens(JsonParserAndWriter<J> json)
-
-