Package one.xingyi.rest2test.client.view
Class PrimitiveViewImpl
- java.lang.Object
-
- one.xingyi.rest2test.client.view.PrimitiveViewImpl
-
- All Implemented Interfaces:
one.xingyi.core.sdk.IXingYiClientImpl<IPrimitivesClientEntity,PrimitiveView>,one.xingyi.core.sdk.IXingYiView<IPrimitivesClientEntity>,PrimitiveView
public class PrimitiveViewImpl extends java.lang.Object implements PrimitiveView, one.xingyi.core.sdk.IXingYiClientImpl<IPrimitivesClientEntity,PrimitiveView>
-
-
Field Summary
Fields Modifier and Type Field Description static PrimitiveViewCompanioncompanion
-
Constructor Summary
Constructors Constructor Description PrimitiveViewImpl(one.xingyi.core.client.IXingYi<IPrimitivesClientEntity,PrimitiveView> xingYi, java.lang.Object mirror)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectmirror()one.xingyi.core.client.IXingYi<IPrimitivesClientEntity,PrimitiveView>xingYi()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.xingyi.rest2test.client.view.PrimitiveView
bool, booleanBoxed, booleanBoxedLens, booleanList, booleanListLens, boolLens, doub, doubleBoxed, doubleBoxedLens, doubleList, doubleListLens, doubLens, integer, integerBoxed, integerBoxedLens, integerLens, integerList, integerListLens, name, nameLens, stringList, stringListLens, withbool, withbooleanBoxed, withbooleanList, withdoub, withdoubleBoxed, withdoubleList, withinteger, withintegerBoxed, withintegerList, withname, withstringList
-
-
-
-
Field Detail
-
companion
public static PrimitiveViewCompanion companion
-
-
Constructor Detail
-
PrimitiveViewImpl
public PrimitiveViewImpl(one.xingyi.core.client.IXingYi<IPrimitivesClientEntity,PrimitiveView> xingYi, java.lang.Object mirror)
-
-
Method Detail
-
mirror
public java.lang.Object mirror()
- Specified by:
mirrorin interfaceone.xingyi.core.sdk.IXingYiView<IPrimitivesClientEntity>
-
xingYi
public one.xingyi.core.client.IXingYi<IPrimitivesClientEntity,PrimitiveView> xingYi()
- Specified by:
xingYiin interfaceone.xingyi.core.sdk.IXingYiView<IPrimitivesClientEntity>
-
-