|
Move Method protected getNodeAsDate(node JsonNode, fieldName String) : Date from class org.cloudfoundry.identity.uaa.provider.IdentityProvider.IdentityProviderDeserializer to public getNodeAsDate(node JsonNode, fieldName String) : Date from class org.cloudfoundry.identity.uaa.util.JsonUtils |
From |
To |
|
Move Method protected getNodeAsString(node JsonNode, fieldName String, defaultValue String) : String from class org.cloudfoundry.identity.uaa.provider.IdentityProvider.IdentityProviderDeserializer to public getNodeAsString(node JsonNode, fieldName String, defaultValue String) : String from class org.cloudfoundry.identity.uaa.util.JsonUtils |
From |
To |
|
Move Method protected getNodeAsBoolean(node JsonNode, fieldName String, defaultValue boolean) : boolean from class org.cloudfoundry.identity.uaa.provider.IdentityProvider.IdentityProviderDeserializer to public getNodeAsBoolean(node JsonNode, fieldName String, defaultValue boolean) : boolean from class org.cloudfoundry.identity.uaa.util.JsonUtils |
From |
To |
|
Move Method protected getNodeAsInt(node JsonNode, fieldName String, defaultValue int) : int from class org.cloudfoundry.identity.uaa.provider.IdentityProvider.IdentityProviderDeserializer to public getNodeAsInt(node JsonNode, fieldName String, defaultValue int) : int from class org.cloudfoundry.identity.uaa.util.JsonUtils |
From |
To |