-
- All Known Implementing Classes:
DefaultElementLoader
public interface ElementLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
loadElement(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, @NotNull DomDocument document)
-
-
-
Method Detail
-
loadElement
@Nullable <T> T loadElement(@NotNull @NotNull java.lang.Class<T> type, @Nullable @Nullable java.lang.String value, @NotNull @NotNull DomDocument document)
-
-