Uses of Interface
org.junittest.allgraphqlcases_client_springconfiguration.CIP_WithID_CIS
Packages that use CIP_WithID_CIS
-
Uses of CIP_WithID_CIS in org.junittest.allgraphqlcases_client_springconfiguration
Classes in org.junittest.allgraphqlcases_client_springconfiguration that implement CIP_WithID_CISModifier and TypeClassDescriptionclassThis type is a clone of the InterfaceAllFieldCases interface.classA concrete class that just implements the above interfaceclassclassMethods in org.junittest.allgraphqlcases_client_springconfiguration that return CIP_WithID_CISModifier and TypeMethodDescriptionCTP_ReservedJavaKeywordAllFieldCases_CTS.getImplements()A field with a java reserved name which is an interfaceCTP_ReservedJavaKeywordAllFieldCases_CTS.getNonJavaKeywordField()A field with a _non_ java reserved name which is an interface (to check standard behavior)Methods in org.junittest.allgraphqlcases_client_springconfiguration with parameters of type CIP_WithID_CISModifier and TypeMethodDescriptionvoidCTP_ReservedJavaKeywordAllFieldCases_CTS.setImplements(CIP_WithID_CIS _implements) A field with a java reserved name which is an interfacevoidCTP_ReservedJavaKeywordAllFieldCases_CTS.setNonJavaKeywordField(CIP_WithID_CIS nonJavaKeywordField) A field with a _non_ java reserved name which is an interface (to check standard behavior)CTP_ReservedJavaKeywordAllFieldCases_CTS.Builder.withImplements(CIP_WithID_CIS _implementsParam) A field with a java reserved name which is an interfaceCTP_ReservedJavaKeywordAllFieldCases_CTS.Builder.withNonJavaKeywordField(CIP_WithID_CIS nonJavaKeywordFieldParam) A field with a _non_ java reserved name which is an interface (to check standard behavior)