Interface PropertyResourceProvider

All Known Implementing Classes:
DefaultPropertyResourceProvider

@OpenApiAll public interface PropertyResourceProvider
The interface for resource provider. Resource provider must return some resource with given key for the property.
  • Field Details

  • Method Details

    • getString

      String getString(@CheckForNull String key, @CheckForNull Property property)
      Returns resource for given key.
      Parameters:
      key - a resource key.
      property - property
      Returns:
      the resource for given key.