Class AutoDecodingUtil
java.lang.Object
dev.derklaro.aerogel.auto.internal.util.AutoDecodingUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeType(@NotNull DataInput dataInput, @Nullable ClassLoader loader) decodeTypes(@NotNull DataInput dataInput, @Nullable ClassLoader loader)
-
Constructor Details
-
AutoDecodingUtil
private AutoDecodingUtil()
-
-
Method Details
-
decodeTypes
@NotNull public static @NotNull Class<?>[] decodeTypes(@NotNull @NotNull DataInput dataInput, @Nullable @Nullable ClassLoader loader) throws IOException - Throws:
IOException
-
decodeType
@NotNull public static @NotNull Class<?> decodeType(@NotNull @NotNull DataInput dataInput, @Nullable @Nullable ClassLoader loader) throws IOException - Throws:
IOException
-