com.jahnelgroup.jackson.security.entity.EntityCreatedByProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-field-security Show documentation
Show all versions of jackson-field-security Show documentation
Provides field level security for Jackson
package com.jahnelgroup.jackson.security.entity
/**
* Defines the specification for determining the creator/owner of
* the target POJO.
*
* @author Steven Zgaljic
* @since 1.0.0
*/
interface EntityCreatedByProvider {
/**
* @return the creator/owner of the target POJO
*/
fun getCreatedBy(target: Any) : String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy