Uses of Interface
com.java_podio.code_gen.static_interface.GenericPodioInterface
-
Packages that use GenericPodioInterface Package Description com.java_podio.code_gen.static_interface -
-
Uses of GenericPodioInterface in com.java_podio.code_gen.static_interface
Classes in com.java_podio.code_gen.static_interface that implement GenericPodioInterface Modifier and Type Class Description classGenericPodioImplGeneric interface methods for generatedAppWrapperclasses.Methods in com.java_podio.code_gen.static_interface with type parameters of type GenericPodioInterface Modifier and Type Method Description static <T extends GenericPodioInterface>
TGenericPodioInterfaceProxy. proxify(T original, Class<T> interfaceType)static <T extends GenericPodioInterface>
TRateLimitRetry. proxify(T original, Class<T> interfaceType)Methods in com.java_podio.code_gen.static_interface that return GenericPodioInterface Modifier and Type Method Description static GenericPodioInterfaceGenericPodioInterfaceProxy. proxify(GenericPodioInterface original)Methods in com.java_podio.code_gen.static_interface with parameters of type GenericPodioInterface Modifier and Type Method Description static GenericPodioInterfaceGenericPodioInterfaceProxy. proxify(GenericPodioInterface original)
-