Uses of Class
ru.cwcode.tkach.httpWrapper.ModelObject
-
Uses of ModelObject in ru.cwcode.tkach.httpWrapper
Fields in ru.cwcode.tkach.httpWrapper declared as ModelObjectFields in ru.cwcode.tkach.httpWrapper with type parameters of type ModelObjectModifier and TypeFieldDescriptionprotected final LinkedHashMap<Integer,Class<? extends ModelObject>> BaseRequest.responseModelsMethods in ru.cwcode.tkach.httpWrapper with type parameters of type ModelObjectMethod parameters in ru.cwcode.tkach.httpWrapper with type arguments of type ModelObjectModifier and TypeMethodDescriptionprotected TBaseRequest.addResponseModel(int code, Class<? extends ModelObject> responseClass) Constructors in ru.cwcode.tkach.httpWrapper with parameters of type ModelObjectModifierConstructorDescriptionModelField(String key, Class<T> type, ModelObject modelObject) ModelField(String key, Class<T> type, ModelObject modelObject, boolean required)