Example usage for org.springframework.data.mapping SimplePropertyHandler interface-usage

List of usage examples for org.springframework.data.mapping SimplePropertyHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.mapping SimplePropertyHandler interface-usage.

Usage

From source file org.lightadmin.core.persistence.support.FileReferencePropertyHandler.java

/**
 * TODO: Document me!
 *
 * @author Maxim Kharchenko (kharchenko.max@gmail.com)
 */
public abstract class FileReferencePropertyHandler implements SimplePropertyHandler {

From source file com.expedia.seiso.web.assembler.ItemPropertyHandler.java

/**
 * Implemented as a standalone class (rather than as an anonymous inner class) to facilitate unit testing.
 * 
 * @author Willie Wheeler
 */
@RequiredArgsConstructor