Class FromFileProperty
java.lang.Object
org.springframework.cloud.contract.spec.internal.FromFileProperty
- All Implemented Interfaces:
Serializable
Represents a property that will become a File content.
- Since:
- 2.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFromFileProperty(File file, Class type) FromFileProperty(File file, Class type, Charset charset) -
Method Summary
-
Constructor Details
-
FromFileProperty
-
FromFileProperty
-
-
Method Details