Class ListLensDefn<T>
- java.lang.Object
-
- one.xingyi.core.optics.lensLanguage.ListLensDefn<T>
-
- All Implemented Interfaces:
LensDefn<IResourceList<T>>
public class ListLensDefn<T> extends java.lang.Object implements LensDefn<IResourceList<T>>
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringchildClassNamejava.lang.Stringname
-
Constructor Summary
Constructors Constructor Description ListLensDefn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <J> Lens<J,IResourceList<T>>asLens(JsonParserAndWriter<J> json)java.lang.StringasString()java.lang.Stringname()
-
-
-
Method Detail
-
asLens
public <J> Lens<J,IResourceList<T>> asLens(JsonParserAndWriter<J> json)
-
-