XMLUniverse

public class XMLUniverse(source)

Constructors

Link copied to clipboard
public void XMLUniverse()

Properties

Link copied to clipboard
public static String MOULCONFIG_XML_NS

Functions

Link copied to clipboard
@ApiStatus.Experimental()
public TypeMorphismChain findTypeMorphismChain(Type source, Type destination)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public GuiComponent load(XMLContext<? extends Object> context, Element element)
@NotNull()
public @NotNull() GuiComponent load(@NotNull() Object bind, @NotNull() @NotNull() MyResourceLocation location)
public GuiComponent load(Object bindTo, InputStream stream)
Link copied to clipboard
@ApiStatus.Experimental()
public GetSetter<? extends Object> mapObject(GetSetter<? extends Object> getSetter, Type source, Type dest)
@ApiStatus.Experimental()
public GetSetter<R> mapObject<T, R>(GetSetter<T> getSetter, Class<T> source, Class<R> dest)
Link copied to clipboard
public E mapXMLObject<E>(String attributeValue, Class<E> type)
Link copied to clipboard
public static QName qName(String localPart)
Link copied to clipboard
public void registerLoader(XMLGuiLoader<? extends Object> loader)
Link copied to clipboard
public void registerMapper<T>(Class<T> clazz, Function<String, T> function)
Link copied to clipboard
@ApiStatus.Experimental()
public void registerTypeMorphism(ParametricTypeMorphism typeMorphism)