Class AddressCompanion

  • All Implemented Interfaces:
    one.xingyi.core.sdk.IXingYiServerCompanion<IAddressDefn,​Address>

    @Deprecated
    public class AddressCompanion
    extends java.lang.Object
    implements one.xingyi.core.sdk.IXingYiServerCompanion<IAddressDefn,​Address>
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static AddressCompanion companion
      Deprecated.
       
      java.lang.String javascript
      Deprecated.
       
      java.util.Map<java.lang.String,​java.util.List<one.xingyi.core.state.StateData>> stateMap
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      AddressCompanion()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      <J> one.xingyi.core.endpoints.EndPoint entityCodeEndpoint​(one.xingyi.core.endpoints.EndpointContext<J> context)
      Deprecated.
       
      <J> one.xingyi.core.endpoints.EndPoint entityEndpoint​(one.xingyi.core.endpoints.EndpointContext<J> context, java.util.List<one.xingyi.core.endpoints.HasBookmarkAndUrl> companions)
      Deprecated.
       
      <J> Address fromJson​(one.xingyi.core.marshelling.JsonParser<J> jsonParser, J j)
      Deprecated.
       
      java.lang.String javascript()
      Deprecated.
       
      java.util.List<java.lang.String> lens()
      Deprecated.
       
      java.util.List<java.lang.String> lensLines()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • stateMap

        public final java.util.Map<java.lang.String,​java.util.List<one.xingyi.core.state.StateData>> stateMap
        Deprecated.
    • Constructor Detail

      • AddressCompanion

        public AddressCompanion()
        Deprecated.
    • Method Detail

      • entityEndpoint

        public <J> one.xingyi.core.endpoints.EndPoint entityEndpoint​(one.xingyi.core.endpoints.EndpointContext<J> context,
                                                                     java.util.List<one.xingyi.core.endpoints.HasBookmarkAndUrl> companions)
        Deprecated.
      • entityCodeEndpoint

        public <J> one.xingyi.core.endpoints.EndPoint entityCodeEndpoint​(one.xingyi.core.endpoints.EndpointContext<J> context)
        Deprecated.
      • javascript

        public java.lang.String javascript()
        Deprecated.
        Specified by:
        javascript in interface one.xingyi.core.sdk.IXingYiServerCompanion<IAddressDefn,​Address>
      • lens

        public java.util.List<java.lang.String> lens()
        Deprecated.
        Specified by:
        lens in interface one.xingyi.core.sdk.IXingYiServerCompanion<IAddressDefn,​Address>
      • lensLines

        public java.util.List<java.lang.String> lensLines()
        Deprecated.
        Specified by:
        lensLines in interface one.xingyi.core.sdk.IXingYiServerCompanion<IAddressDefn,​Address>
      • fromJson

        public <J> Address fromJson​(one.xingyi.core.marshelling.JsonParser<J> jsonParser,
                                    J j)
        Deprecated.