Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.ReservedJavaKeywordAllFieldCases.Builder
Packages that use ReservedJavaKeywordAllFieldCases.Builder
-
Uses of ReservedJavaKeywordAllFieldCases.Builder in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return ReservedJavaKeywordAllFieldCases.BuilderModifier and TypeMethodDescriptionReservedJavaKeywordAllFieldCases.builder()A field with a java reserved name which is an enumReservedJavaKeywordAllFieldCases.Builder.withImplements(WithID _implementsParam) A field with a java reserved name which is an interfaceReservedJavaKeywordAllFieldCases.Builder.withImport(String _importParam) A field with a java reserved name which is a scalar (standard)ReservedJavaKeywordAllFieldCases.Builder.withInstanceof(Date _instanceofParam) A field with a java reserved name which is a scalar (custom)A field with a java reserved name which is an object typeReservedJavaKeywordAllFieldCases.Builder.withInterface(AnyCharacter _interfaceParam) A field with a java reserved name which is a unionReservedJavaKeywordAllFieldCases.Builder.withNonJavaKeywordField(WithID nonJavaKeywordFieldParam) A field with a _non_ java reserved name which is an interface (to check standard behavior)