Uses of Interface
com.networknt.oas.model.Contact
-
Packages that use Contact Package Description com.networknt.oas.model com.networknt.oas.model.impl -
-
Uses of Contact in com.networknt.oas.model
Methods in com.networknt.oas.model that return Contact Modifier and Type Method Description ContactInfo. getContact()ContactInfo. getContact(boolean elaborate)Methods in com.networknt.oas.model with parameters of type Contact Modifier and Type Method Description voidInfo. setContact(Contact contact) -
Uses of Contact in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement Contact Modifier and Type Class Description classContactImplFields in com.networknt.oas.model.impl with type parameters of type Contact Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<Contact>ContactImpl. factoryMethods in com.networknt.oas.model.impl that return Contact Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
ContactContactImpl. create(OV modelMember)ContactInfoImpl. getContact()ContactInfoImpl. getContact(boolean elaborate)Methods in com.networknt.oas.model.impl that return types with arguments of type Contact Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<Contact>ContactImpl. builder(OV modelMember)Methods in com.networknt.oas.model.impl with parameters of type Contact Modifier and Type Method Description voidInfoImpl. setContact(Contact contact)Constructors in com.networknt.oas.model.impl with parameters of type Contact Constructor Description ContactImpl(Contact contact, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr)
-