Uses of Class
com.github.mizool.core.UrlRef
-
Packages that use UrlRef Package Description com.github.mizool.core com.github.mizool.core.configuration -
-
Uses of UrlRef in com.github.mizool.core
Methods in com.github.mizool.core that return UrlRef Modifier and Type Method Description UrlRefUrlRef. resolve(@NonNull String spec)Creates a newUrlRefby combining the URL referenced by this instance (the "context") with the given spec. -
Uses of UrlRef in com.github.mizool.core.configuration
Methods in com.github.mizool.core.configuration that return types with arguments of type UrlRef Modifier and Type Method Description Value<UrlRef>PropertyNode. urlRefValue()Parses the property value as aUrlRef.
-