Interface ElementLoader


public interface ElementLoader
  • Method Details

    • loadElement

      @Nullable <T> T loadElement(@NotNull @NotNull Class<T> type, @Nullable @Nullable String value, @NotNull @NotNull ParsedDocument document, @NotNull @NotNull AttributeParser attributeParser)