Uses of Class
cc.maria.rdap.bootstrap.EntityBootstrapRegistry
-
Packages that use EntityBootstrapRegistry Package Description cc.maria.rdap.bootstrap -
-
Uses of EntityBootstrapRegistry in cc.maria.rdap.bootstrap
Fields in cc.maria.rdap.bootstrap with type parameters of type EntityBootstrapRegistry Modifier and Type Field Description private static HashMap<jakarta.ws.rs.client.Client,EntityBootstrapRegistry>EntityBootstrapRegistry. instancesMethods in cc.maria.rdap.bootstrap that return EntityBootstrapRegistry Modifier and Type Method Description static EntityBootstrapRegistryEntityBootstrapRegistry. getInstance(jakarta.ws.rs.client.Client client)Get current instance of the wrapperstatic EntityBootstrapRegistryEntityBootstrapRegistry. refresh(jakarta.ws.rs.client.Client client)Throw away the current instance and get a new one with updated bootstrap data
-